January 19, 2019
v3 GetNumbers
Description:
Retrieves a list of numbers for a specific prefix.
You will need to use the "number" and the selected price "uuid" parameters for the next API function.
URI:
https://api.multitel.net/v3/getnumbers/${prefix uuid} (Example: https://api.multitel.net/v3/getnumbers/ee0a345e3c354be83fc93b9c5a0e5ca9 )
Parameters:
prefix uuid (obtained from the output of the getPrefixes function)
Methods:
POST/GET
Sample Output:
{ "status": { "code": 200, "msg": "" }, "response": [ { "number": "12563888888", "info": { "uuid": "1398c2a7b49a765664cc5302fae001ee", "prefix_uuid": "ee0a345e3c354be83fc93b9c5a0e5ca9", "area_uuid": "f3c5c637ce0ecffb7e68a3540f805d21", "country_uuid": "d41d8cd98f00b204e9800998ecf8427e", "state": "AL", "country_iso": "US", "prefix": "+1256", "name": "Albertville" }, "price": [ { "uuid": "b1d2acf58eef9caa3e2a39db3f980411", "per_minute": "0.006", "free_minutes": "0", "setup_price": "0", "monthly_price": "0.6", "channels": "0" }, { "uuid": "28c2774a4d4cb39af4f82f609e58ca99", "per_minute": "0.006", "free_minutes": "100000", "setup_price": "0", "monthly_price": "1.00", "channels": "2" } ], "features": [ "voice", "t38" ], "overflow": true, "ss7id": "5383" },